[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            putsay - put a string with attribute on the
                                 screen

  Syntax              void putsay(int col, int row, byte *c);

  Prototype in        video.h

  Remarks             putsay puts string c on the screen at location
                      (col,row) via direct screen writes. It does retrace
                      checking to prevent snow on CGA systems. The
                      attribute is set with the global variable
                      char_attribute.

  Return value        nothing.

  See also            putk(), putstr(), set_color()

  Example             #include <video.h>

                      main()
                      {
                           putstr(12,40,(byte *)"Hello");
                      }


See Also: putk() putstr() set_color()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson